home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / objdata.zip / KERNEL.INI < prev    next >
INI File  |  1996-05-02  |  1KB  |  41 lines

  1. ; KERNEL.INI
  2. ; This file is required for the initialisation of the PANTHER kernel.
  3. ; The file is read when the kernel DLL is loaded and defines which
  4. ; librarys and functions will be loaded and used.
  5. ; The name of the DLL is given, followed by a dash, followed by
  6. ; the name of the function within the DLL to call.
  7. ; All functions must take the same format:
  8. ;
  9. ;    int FuncName(int, unsigned long);
  10. ;
  11. ; A DLL will not be loaded if the description below is commented
  12. ; out using a ';' as the first character of the line.
  13. ; The StubID for the DLL function is given by the number at the
  14. ; start of the line, it may be in the range 0-9.
  15.  
  16. [KERNEL]
  17. BedeDebugging=1
  18.  
  19. [BEDE_DATA_OBJECT]
  20. LongFilenames=1
  21. ;GlobalRegistry=1
  22. BedeDebugging=1
  23.  
  24. [BEDE_ERROR_HANDLER]
  25. ;BedeDebugging=1
  26.  
  27. [BEDE_MEMORY_HANDLER]
  28. ;BedeDebugging=1
  29.  
  30. [16BIT_LIBS]
  31. ;0)BD16Dobj.dll-_objectdatastub
  32. ;1)BD16Eror.dll-_errorstub
  33. ;2)Bd16Memo.dll-_memorystub
  34.  
  35. [32BIT_LIBS]
  36. 0)BD32dobj.dll-_objectdatastub
  37. ;1)BD32Eror.dll-_errorstub
  38. ;2)BD32Memo.dll-_memorystub
  39.  
  40.  
  41.